Scheduler

The Scheduler application is a simple application that takes a First Customer Ship (FCS) date as input, and calculates a schedule from that date. It gives examples of working with NSCalendarDates.


Notable Scheduler Components

Main
The Main script takes the date input by the user and uses it as a baseline to calculate other dates for a project. It illustrates some of the ways you can work with NSCalendarDate objects-- for example, by operating on them as strings, changing the date they represent by modifying their individual fields, returning information about them (such as a date's day of the week), and so on.